github.com/go-pg/pg/v10/orm.tables.tables (field)

5 uses

	github.com/go-pg/pg/v10/orm (current package)
		tables.go#L57: 	tables sync.Map
		tables.go#L82: 	if v, ok := t.tables.Load(typ); ok {
		tables.go#L88: 	if v, ok := t.tables.Load(typ); ok {
		tables.go#L114: 		t.tables.Store(typ, table)
		tables.go#L127: 	t.tables.Range(func(key, value interface{}) bool {